home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / stut_src / short_pu.h < prev    next >
C/C++ Source or Header  |  1996-06-05  |  493b  |  14 lines

  1. /*
  2.  * Shortcuts_Public.h
  3.  */
  4.  
  5.     extern    void    Create_KeyMap(
  6.                             OBJECT    *    pObj_Menu );    /* In: Arbre Menu … analyser */
  7.  
  8.  
  9.     extern    int    Lookup_Shortkey(            /* Out: no de l'entr‚e menu ‚quivalente; NIL si pas trouv‚ */
  10.                             int    n_kbd_state,     /* In:  Etat du clavier lors de l'appui de touche */
  11.                             int    n_ScanCode,     /* In:  Scancode de la touche press‚e */
  12.                             char    c_car,            /* In:  Code ascii de la touche */
  13.                             int *    pn_Title );        /* Out: Idx du titre de menu concern‚ */
  14.